home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Util / Commodities / DFA-25.lha / DFA-25 / Archive / DFA.lha / Rexx / ArexxErrorCodes.include next >
Text File  |  1995-05-25  |  2KB  |  73 lines

  1. /* $Revision Header built automatically *************** (do not edit) ************
  2. **
  3. ** © Copyright by Dirk Federlein
  4. **
  5. ** File             : ArexxErrorCodes.include
  6. ** Created on       : Monday, 04.04.94 16:19:30
  7. ** Created by       : Dirk Federlein
  8. ** Current revision : V1.0
  9. **
  10. **
  11. ** Purpose
  12. ** -------
  13. **   - This file may be included into your Arexx scripts to make
  14. **     determination of the RC2 variable contents more easy.
  15. **
  16. ** Revision V1.0
  17. ** --------------
  18. ** created on Monday, 04.04.94 16:19:30  by  Dirk Federlein.   LogMessage :
  19. **     --- Initial release ---
  20. **
  21. *********************************************************************************/
  22.  
  23. RXERR_NONETWORKAPPEND    = 10
  24. RXERR_MODIFIED            = 11
  25. RXERR_NOFILENAME        = 12
  26. RXERR_NOCURRENT            = 13
  27. RXERR_NOFIRST            = 14
  28. RXERR_NOICONIFY            = 15
  29. RXERR_NONETWORKKILL        = 16
  30. RXERR_NOLAST            = 17
  31. RXERR_NOLOAD            = 18
  32. RXERR_NONETWORKNEW        = 19
  33. RXERR_NONEXT            = 20
  34. RXERR_NONEXTSEL            = 21
  35. RXERR_NOPREV            = 22
  36. RXERR_NOPREVSEL            = 23
  37. RXERR_SYNTAX            = 24
  38. RXERR_WRITEALL            = 25
  39. RXERR_WRITESEL            = 26
  40. RXERR_WRITECURRENT        = 27
  41. RXERR_NOSAVE            = 28
  42. RXERR_NONETWORKSAVE        = 29
  43. RXERR_NOTFOUND            = 30
  44. RXERR_NONETWORKCLEAR    = 31
  45. RXERR_NONETWORKSELECT    = 32
  46. RXERR_NONETWORKSORT        = 33
  47. RXERR_NONETWORKEDIT        = 34
  48. RXERR_OPNPRT            = 35
  49. RXERR_CRTEXTIO            = 36
  50. RXERR_CRTPORT            = 37
  51. RXERR_NOMEM                = 38
  52. RXERR_NORELOAD            = 39
  53. RXERR_NOWRITELOCK        = 40
  54. RXERR_NODIR                = 41
  55. RXERR_NOFILE            = 42
  56. RXERR_APPENDFAILED        = 43
  57. RXERR_ENVCHANGED        = 44
  58. RXERR_NOEXTERNAL        = 45
  59. RXERR_NOSERIALDEV        = 46
  60. RXERR_NOPHONENUM        = 47
  61. RXERR_SERNOCARRIER        = 48
  62. RXERR_SERNODIALTONE        = 49
  63. RXERR_SERRING            = 50
  64. RXERR_SERBUSY            = 51
  65. RXERR_SEROK                = 52
  66. RXERR_SERERROR            = 53
  67. RXERR_SERCONNECT        = 54
  68. RXERR_SERVOICE            = 55
  69. RXERR_SERUNKNOWN        = 56
  70. RXERR_OPNPRFS            = 57
  71.  
  72. /********************************************************************************/
  73.